home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Funny Day / card_10636.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  357 b   |  21 lines

  1. -- card: 10636 from stack: in
  2. -- bmap block id: 2135
  3. -- flags: 0000
  4. -- background id: 2592
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global count
  9.   global switch
  10.   if switch is 1 then
  11.     subtract 1 from count
  12.     wait 20
  13.     if count > 40 then go back
  14.     go next
  15.   else if switch is 2 then
  16.     visual effect dissolve
  17.     go next
  18.   end if
  19. end idle
  20.  
  21.